home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
configset.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
638b
|
24 lines
-- RCSVER $Id: configset.ctl,v 1.2 1999-09-20 14:29:48-05 evan CURRENT $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: configset.ctl
-- Date: 02/17/1999
-- memo: Randy Wood
-- Description: Load the data for the configset table.
-- Changes:
-- *********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE configset
fields terminated by "|"
trailing nullcols
(
num,
descr,
effdate,
credate
)
begindata
1|Factory default|01-JAN-1999|01-JAN-1999|